Skip to content

Remove use of doc(cfg(...)) and the docsrs configuration #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

tgockel
Copy link
Contributor

@tgockel tgockel commented Apr 9, 2025

The documentation build for the crate on docs.rs has been failing with an error that doc(cfg(...)) is an experimental feature. Instead of fixing this, this changeset removes the only use of the feature from the GenericTcpStream enumeration, which is internal and does not show in documentation anyway.

The documentation build for the crate on docs.rs has been failing with
an error that `doc(cfg(...))` is an experimental feature. Instead of
fixing this, this changeset removes the only use of the feature from the
`GenericTcpStream` enumeration, which is internal and does not show in
documentation anyway.
@Gsantomaggio
Copy link
Member

@wolf4ood ? Can we merge?

@wolf4ood
Copy link
Contributor

Seems ok to me

Copy link

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.84%. Comparing base (cf310f2) to head (f2b039d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #282      +/-   ##
==========================================
- Coverage   88.87%   88.84%   -0.03%     
==========================================
  Files          81       81              
  Lines        7541     7541              
==========================================
- Hits         6702     6700       -2     
- Misses        839      841       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Gsantomaggio Gsantomaggio merged commit c7a66cc into rabbitmq:main Apr 18, 2025
2 of 3 checks passed
This was referenced Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants